Edit Resource: DurationOverrideType
Description
The DurationOverrideType attribute under EditResource defines the type of duration override for the resource that can override a task's fixed duration that uses this resource.
Parameters
Parameter | Description |
---|---|
DurationOverrideType | The parameter options are either "None", "FixedDur", or "EfficiencyFactor".
|
Examples
The resource will not override a task's defined fixed duration.
PATCH api/resource/OpsTeam
Body:
{
"DurationOverrideType" : "None"
}
Set the override duration for OpsTeam to a fixed duration.
PATCH api/resource/OpsTeam
Body:
{
"DurationOverrideType" : "Fixed"
}